OTWhoAmI
Returns the current client's client ID.C INTERFACE
OSClient OTWhoAmI(void);C++ INTERFACE
None. C++ applications use the C interface to this function.DESCRIPTION
TheOTWhoAmI
function returns the current client's client ID. This function is used by the current owner of a provider that is to be transferred to a new owner. The current client provides this ID to the new owner for use as theOTTransferProviderOwnership
function'sprevOwner
parameter.SEE ALSO
To transfer ownership, use theOTTransferProviderOwnership
function (page 2-24).